Process/Instances({ProcessInstanceID})/DataFields({XmlFieldName})

Returns an XML field matching the XmlFieldName for the Process  process Instance  instance matching the specified process instance identifierProcessInstanceID.

URI

{Service Root URI}/Process/Instances({ProcessInstanceID})/XmlFields({XmlFieldName})
https://api.denallix.com:443/K2Services/REST.svc/Process/Instances(5)/XmlFields(MyProcessXmlField)

Method

GET

Service Path Options

Required

Return Type

 XmlField or Failure

GET /K2Services/REST.svc/Process/Instances(5)/XMLFields(MyProcessXMLField)
					@amp;lt;?xml version="1.0" encoding="utf-8"?>                    
					@amp;lt;XmlField Name="MyProcessXMLField" xmlns="http://schemas.k2.com/process/d1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><XmlDocument>Some Process XML document</XmlDocument></XmlField>